[INFO] cloning repository https://github.com/wareya/worsefish
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wareya/worsefish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwareya%2Fworsefish", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwareya%2Fworsefish'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 97be36c6f95427c9879c34d8d5bf5d57c9c0436f
[INFO] fixing wareya/worsefish against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwareya%2Fworsefish" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wareya/worsefish
[INFO] finished tweaking git repo https://github.com/wareya/worsefish
[INFO] tweaked toml for git repo https://github.com/wareya/worsefish written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wareya/worsefish on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wareya/worsefish already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded shakmaty v0.27.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c3d8d2c43e41762cf4b1f424938107e9a2f346b143fef6cf021fc35c7ee4d64f
[INFO] running `Command { std: "docker" "start" "c3d8d2c43e41762cf4b1f424938107e9a2f346b143fef6cf021fc35c7ee4d64f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c3d8d2c43e41762cf4b1f424938107e9a2f346b143fef6cf021fc35c7ee4d64f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3d8d2c43e41762cf4b1f424938107e9a2f346b143fef6cf021fc35c7ee4d64f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c3d8d2c43e41762cf4b1f424938107e9a2f346b143fef6cf021fc35c7ee4d64f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking btoi v0.4.3
[INFO] [stderr]     Checking shakmaty v0.27.1
[INFO] [stderr]     Checking worsefish v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Board`
[INFO] [stdout]  --> src/main.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use shakmaty::{Chess, Board, Position, Square, Color, Role, Move, Piece, san::San, fen::Epd};
[INFO] [stdout]   |                       ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/main.rs:517:5
[INFO] [stdout]     |
[INFO] [stdout] 517 |     while true
[INFO] [stdout]     |     ^^^^^^^^^^ help: use `loop`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(while_true)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Board`
[INFO] [stdout]  --> src/main.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use shakmaty::{Chess, Board, Position, Square, Color, Role, Move, Piece, san::San, fen::Epd};
[INFO] [stdout]   |                       ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/main.rs:517:5
[INFO] [stdout]     |
[INFO] [stdout] 517 |     while true
[INFO] [stdout]     |     ^^^^^^^^^^ help: use `loop`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(while_true)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_f`
[INFO] [stdout]    --> src/main.rs:162:17
[INFO] [stdout]     |
[INFO] [stdout] 162 |             let color_f = if piece.color == Color::White { 1.0 } else { -1.0 };
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_f`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:322:9
[INFO] [stdout]     |
[INFO] [stdout] 322 |     let mut legal_moves = pos.legal_moves();
[INFO] [stdout]     |         ----^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_f`
[INFO] [stdout]    --> src/main.rs:162:17
[INFO] [stdout]     |
[INFO] [stdout] 162 |             let color_f = if piece.color == Color::White { 1.0 } else { -1.0 };
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_f`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:322:9
[INFO] [stdout]     |
[INFO] [stdout] 322 |     let mut legal_moves = pos.legal_moves();
[INFO] [stdout]     |         ----^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_pos_count`
[INFO] [stdout]    --> src/main.rs:533:13
[INFO] [stdout]     |
[INFO] [stdout] 533 |         let start_pos_count = unsafe { pos_count };
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_pos_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `depth` is never read
[INFO] [stdout]    --> src/main.rs:509:21
[INFO] [stdout]     |
[INFO] [stdout] 509 |     let mut depth = MIN_DEPTH + 1;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 524 |         depth = get_desired_depth(&pos);
[INFO] [stdout]     |         ------------------------------- `depth` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `move_` is never read
[INFO] [stdout]    --> src/main.rs:513:21
[INFO] [stdout]     |
[INFO] [stdout] 513 |     let mut move_ = None;
[INFO] [stdout]     |                     ^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 534 |         move_ = find_best(&pos, depth);
[INFO] [stdout]     |         ------------------------------ `move_` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pos_count` should have an upper case name
[INFO] [stdout]    --> src/main.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 | static mut pos_count : u64 = 0;
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 232 - static mut pos_count : u64 = 0;
[INFO] [stdout] 232 + static mut POS_COUNT : u64 = 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/main.rs:244:25
[INFO] [stdout]     |
[INFO] [stdout] 244 |             let maybe = TTABLE.get(&pos.zobrist_hash(EnPassantMode::Always));
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout] 231 - static mut TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout] 231 + static TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/main.rs:310:13
[INFO] [stdout]     |
[INFO] [stdout] 310 |             TTABLE.insert(pos.zobrist_hash(EnPassantMode::Always), (best_score, depth, flag));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout] 231 - static mut TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout] 231 + static TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/main.rs:345:12
[INFO] [stdout]     |
[INFO] [stdout] 345 |         if TTABLE.len() > 4000000
[INFO] [stdout]     |            ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout] 231 - static mut TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout] 231 + static TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/main.rs:347:13
[INFO] [stdout]     |
[INFO] [stdout] 347 |             TTABLE.clear();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout] 231 - static mut TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout] 231 + static TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_pos_count`
[INFO] [stdout]    --> src/main.rs:533:13
[INFO] [stdout]     |
[INFO] [stdout] 533 |         let start_pos_count = unsafe { pos_count };
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_pos_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `depth` is never read
[INFO] [stdout]    --> src/main.rs:509:21
[INFO] [stdout]     |
[INFO] [stdout] 509 |     let mut depth = MIN_DEPTH + 1;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 524 |         depth = get_desired_depth(&pos);
[INFO] [stdout]     |         ------------------------------- `depth` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `move_` is never read
[INFO] [stdout]    --> src/main.rs:513:21
[INFO] [stdout]     |
[INFO] [stdout] 513 |     let mut move_ = None;
[INFO] [stdout]     |                     ^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 534 |         move_ = find_best(&pos, depth);
[INFO] [stdout]     |         ------------------------------ `move_` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pos_count` should have an upper case name
[INFO] [stdout]    --> src/main.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 | static mut pos_count : u64 = 0;
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 232 - static mut pos_count : u64 = 0;
[INFO] [stdout] 232 + static mut POS_COUNT : u64 = 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/main.rs:244:25
[INFO] [stdout]     |
[INFO] [stdout] 244 |             let maybe = TTABLE.get(&pos.zobrist_hash(EnPassantMode::Always));
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout] 231 - static mut TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout] 231 + static TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/main.rs:310:13
[INFO] [stdout]     |
[INFO] [stdout] 310 |             TTABLE.insert(pos.zobrist_hash(EnPassantMode::Always), (best_score, depth, flag));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout] 231 - static mut TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout] 231 + static TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/main.rs:345:12
[INFO] [stdout]     |
[INFO] [stdout] 345 |         if TTABLE.len() > 4000000
[INFO] [stdout]     |            ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout] 231 - static mut TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout] 231 + static TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/main.rs:347:13
[INFO] [stdout]     |
[INFO] [stdout] 347 |             TTABLE.clear();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout] 231 - static mut TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout] 231 + static TTABLE : Lazy<HashMap<Zobrist64, (f32, u16, i8)>> = Lazy::new(|| HashMap::new() );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "c3d8d2c43e41762cf4b1f424938107e9a2f346b143fef6cf021fc35c7ee4d64f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3d8d2c43e41762cf4b1f424938107e9a2f346b143fef6cf021fc35c7ee4d64f", kill_on_drop: false }`
[INFO] [stdout] c3d8d2c43e41762cf4b1f424938107e9a2f346b143fef6cf021fc35c7ee4d64f
